projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47308db
)
Improve packing in testappchooser
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 24 Nov 2010 21:47:15 +0000
(16:47 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 24 Nov 2010 21:47:15 +0000
(16:47 -0500)
tests/testappchooser.c
patch
|
blob
|
history
diff --git
a/tests/testappchooser.c
b/tests/testappchooser.c
index 3653bdaa3de85e3de5f40fe7baf66c443724d3e3..9d41acc7ab1cbf3653c4b8aa1a2259b4fc0a47ca 100644
(file)
--- a/
tests/testappchooser.c
+++ b/
tests/testappchooser.c
@@
-172,7
+172,7
@@
main (int argc,
gtk_widget_set_halign (file_l, GTK_ALIGN_START);
gtk_grid_attach_next_to (GTK_GRID (grid), file_l,
- w1, GTK_POS_RIGHT,
1
, 1);
+ w1, GTK_POS_RIGHT,
3
, 1);
g_signal_connect (file_l, "clicked",
G_CALLBACK (button_clicked), NULL);